Progress Bar Maker (without Text)
(18 actions, 14 KB)
0 Get Dictionary from
[Shortcut Input]
ใยป
2
3
7
12
1 Comment
Proportional Scaling โโโโโโโโโโโโโโ A proportion represents two equal ratios, written as a/b = c/d or a:b = c:d
2 If
[0 Dictionary
.numberOfSlots
]
has any value
3 Get Numbers from
[0 Dictionary
.numberOfSlots
]
4 Otherwise
5 Number
27
6 End Ifใยป
7
12
7 Calculate Expression
ceil((
[0 Dictionary
.current
]
*
[6 threshold]
) /
[0 Dictionary
.total
]
)
ใโ current
ใยป
8 Repeat
[7 current]
Times
9 Text
๐ข
10 End Repeat Times
ใโ currernt
ใยป
11 Combine Text
[10 currernt]
with
Custom
ใโ current
ใยป
17
12 Calculate Expression
ceil(((
[0 Dictionary
.total
]
-
[0 Dictionary
.current
]
) *
[6 threshold]
) /
[0 Dictionary
.total
]
)
ใโ left
ใยป
13 Repeat
[12 left]
Times
14 Text
๐ฃ
15 End Repeat Times
ใโ left
ใยป
16 Combine Text
[15 left]
with
Custom
ใโ left
ใยป
17 Stop and Output
[11 current]
[16 left]